.moreBtn {
  width: 100%;
  height: 44px;
  background-color: #005aa1;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  text-align: center;
  line-height: 44px;
  color: #fff;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  margin-top: 40px;
}
.moreBtn img {
  margin-left: 12px;
  position: relative;
  top: -2px;
}
.talent_a {
  padding-bottom: 80px;
}
.talent_a .wrap1400 {
  text-align: center;
}
.talent_a .wrap1400 .tl {
  color: #444444;
  font-size: 18px;
  margin-bottom: 24px;
  font-weight: bold;
}
.talent_a .wrap1400 .te {
  color: #666666;
  line-height: 26px;
}
.talent_b {
  padding-bottom: 6.25%;
}
.talent_b .box {
  width: 31.4286%;
  margin-right: 2.8571%;
  float: left;
  height: 350px;
  padding: 50px 0 0 0;
  text-align: center;
  background-color: #f5f5f5;
}
.talent_b .box .imgbox,
.talent_b .box .tl,
.talent_b .box .te {
  position: relative;
  z-index: 10;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}
.talent_b .box .imgbox {
  max-width: 440px;
  margin: 0 auto 35px;
  position: relative;
}
.talent_b .box .tl {
  color: #444444;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 22px;
}
.talent_b .box .te {
  padding: 0 13.5%;
  color: #888888;
  line-height: 24px;
}
.talent_b .box::after {
  content: "";
  width: 100%;
  background: #2f318b;
  left: 0;
  top: 0;
  height: 0;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}
.talent_b .box:last-child {
  margin-right: 0;
}
.talent_b .box:hover .tl {
  color: #fff;
}
.talent_b .box:hover .te {
  color: #c2d9ea;
}
.talent_b .box:hover::after {
  height: 100%;
}
.style_a {
  padding-bottom: 8.3333%;
}
.style_a .wrap1400 .li .imgbox {
  width: 50%;
  position: relative;
}
.style_a .wrap1400 .li .imgbox .circle {
  width: 74.2857%;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
}
.style_a .wrap1400 .li .imgbox .circle::after {
  content: "";
  position: relative;
  padding-top: 100%;
  width: 100%;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
}
.style_a .wrap1400 .li .imgbox .img {
  border: 5px solid transparent;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.style_a .wrap1400 .li .imgbox .img img {
  width: 100%;
}
.style_a .wrap1400 .li .textbox {
  margin-top: 7%;
  width: 38.5714%;
}
.style_a .wrap1400 .li .textbox .tlbox {
  padding-bottom: 34px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 34px;
}
.style_a .wrap1400 .li .textbox .tlbox .tl {
  font-size: 18px;
  color: #444444;
  font-weight: bold;
  margin-bottom: 20px;
}
.style_a .wrap1400 .li .textbox .tlbox .te {
  line-height: 26px;
  color: #888888;
  padding-right: 13%;
}
.style_a .wrap1400 .li .textbox .tlbox:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.style_a .wrap1400 .li:nth-child(4n+1) .imgbox .circle {
  background-color: #eab145;
}
.style_a .wrap1400 .li:nth-child(1) .imgbox .img {
  border-color: #eab145;
}
.style_a .wrap1400 .li:nth-child(4n+2) .imgbox .circle {
  background-color: #1391cf;
}
.style_a .wrap1400 .li:nth-child(2) .imgbox .img {
  border-color: #1391cf;
}
.style_a .wrap1400 .li:nth-child(4n+3) .imgbox .circle {
  background-color: #d61518;
}
.style_a .wrap1400 .li:nth-child(3) .imgbox .img {
  border-color: #d61518;
}
.style_a .wrap1400 .li:nth-child(4n) .imgbox .circle {
  background-color: #2dbe16;
}
.style_a .wrap1400 .li:nth-child(4) .imgbox .img {
  border-color: #2dbe16;
}
.style_a .wrap1400 .li:nth-child(2n+1) .imgbox {
  float: left;
  -webkit-animation-name: fadeInLeft_qs50;
     -moz-animation-name: fadeInLeft_qs50;
          animation-name: fadeInLeft_qs50;
}
.style_a .wrap1400 .li:nth-child(2n+1) .imgbox .cicle {
  float: left;
}
.style_a .wrap1400 .li:nth-child(2n+1) .imgbox .img {
  right: 0;
}
.style_a .wrap1400 .li:nth-child(2n+1) .textbox {
  -webkit-animation-name: fadeInRight_qs50;
     -moz-animation-name: fadeInRight_qs50;
          animation-name: fadeInRight_qs50;
  float: right;
}
.style_a .wrap1400 .li:nth-child(2n) .imgbox {
  float: right;
  -webkit-animation-name: fadeInRight_qs50;
     -moz-animation-name: fadeInRight_qs50;
          animation-name: fadeInRight_qs50;
}
.style_a .wrap1400 .li:nth-child(2n) .imgbox .circle {
  float: right;
}
.style_a .wrap1400 .li:nth-child(2n) .imgbox .img {
  left: 0;
}
.style_a .wrap1400 .li:nth-child(2n) .textbox {
  float: left;
  -webkit-animation-name: fadeInLeft_qs50;
     -moz-animation-name: fadeInLeft_qs50;
          animation-name: fadeInLeft_qs50;
}
.campus_a {
  padding-bottom: 6.25%;
}
.campus_a .join-ul {
  border-top: 1px solid #f5f5f5;
}
.campus_a .join-ul li {
  border-bottom: 1px solid #f5f5f5;
}
.campus_a .join-ul li .title {
  height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  cursor: pointer;
}
.campus_a .join-ul li .title .td {
  z-index: 10;
  line-height: 60px;
  color: #666;
  font-size: 16px;
  text-align: center;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}
.campus_a .join-ul li .title .td:nth-child(1) {
  padding-left: 34px;
  -webkit-box-flex: 24;
  -webkit-flex: 24;
     -moz-box-flex: 24;
      -ms-flex: 24;
          flex: 24;
  font-size: 20px;
  color: #333;
  text-align: left;
}
.campus_a .join-ul li .title .td:nth-child(4) {
  color: #2f318b;
}
.campus_a .join-ul li .title .td:nth-child(2),
.campus_a .join-ul li .title .td:nth-child(3) {
  -webkit-box-flex: 23;
  -webkit-flex: 23;
     -moz-box-flex: 23;
      -ms-flex: 23;
          flex: 23;
}
.campus_a .join-ul li .title .td:nth-child(4) {
  -webkit-box-flex: 7;
  -webkit-flex: 7;
     -moz-box-flex: 7;
      -ms-flex: 7;
          flex: 7;
  padding-right: 34px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.campus_a .join-ul li .title .td:nth-child(4) .btn {
  display: block;
  width: 20px;
  position: relative;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  height: 12px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  line-height: 0;
}
.campus_a .join-ul li .title .td:nth-child(4) .btn img {
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}
.campus_a .join-ul li .title .td:nth-child(4) .btn .act {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.campus_a .join-ul li .title::after {
  content: "";
  width: 100%;
  height: 0%;
  background: #2f318b;
  left: 0;
  top: 0;
  z-index: 1;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}
.campus_a .join-ul li .content {
  display: none;
  padding: 0 34px;
}
.campus_a .join-ul li .content .top {
  padding: 30px 0 20px;
  font-size: 16px;
  color: #333333;
  border-bottom: 1px dashed #ebebeb;
}
.campus_a .join-ul li .content .top span {
  margin-right: 160px;
}
.campus_a .join-ul li .content .top span:last-child {
  margin-right: 0;
}
.campus_a .join-ul li .content .detail {
  padding: 30px 0;
  line-height: 28px;
  color: #666666;
}
.campus_a .join-ul li .content .detail .tl {
  color: #333;
  font-size: 16px;
}
.campus_a .join-ul li .content .detail .box {
  margin-bottom: 30px;
}
.campus_a .join-ul li .content .detail .sqbtn {
  width: 280px;
  height: 40px;
  background-color: #2f318b;
  color: #fff;
  text-align: center;
  line-height: 40px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}
.campus_a .join-ul li .content .detail .sqbtn span {
  text-decoration: underline;
}
.campus_a .join-ul li .content .detail .sqbtn:hover {
  background: #02518f;
}
.campus_a .join-ul .actli .title .td,
.campus_a .join-ul li:hover .title .td {
  color: #fff;
}
.campus_a .join-ul .actli .title .td:nth-child(1),
.campus_a .join-ul li:hover .title .td:nth-child(1),
.campus_a .join-ul .actli .title .td:nth-child(4),
.campus_a .join-ul li:hover .title .td:nth-child(4) {
  color: #fff;
}
.campus_a .join-ul .actli .title .td:nth-child(4) .btn,
.campus_a .join-ul li:hover .title .td:nth-child(4) .btn {
  -webkit-transform: rotateX(180deg);
     -moz-transform: rotateX(180deg);
          transform: rotateX(180deg);
}
.campus_a .join-ul .actli .title .td:nth-child(4) .btn .act,
.campus_a .join-ul li:hover .title .td:nth-child(4) .btn .act {
  opacity: 1;
}
.campus_a .join-ul .actli .title .td:nth-child(4) .btn .nor,
.campus_a .join-ul li:hover .title .td:nth-child(4) .btn .nor {
  opacity: 1;
}
.campus_a .join-ul .actli .title::after,
.campus_a .join-ul li:hover .title::after {
  height: 100%;
}
@media (max-width: 1440px) {
  .talent_a {
    padding-bottom: 60px;
  }
  .talent_b .box .tl {
    font-size: 18px;
  }
  .campus_a .join-ul li .title .td:nth-child(1) {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .style_a .wrap1400 .li .textbox {
    width: 44%;
  }
  .style_a .wrap1400 .li .imgbox .img {
    width: 350px;
  }
}
@media (max-width: 1024px) {
  .talent_a {
    padding-bottom: 50px;
  }
  .talent_b .box .tl {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .talent_b .box {
    width: 100%;
    margin: 0 0 20px;
  }
  .talent_b .box .tl {
    font-size: 16px;
  }
  .style_a .wrap1400 .li {
    margin-bottom: 24px;
  }
  .style_a .wrap1400 .li .textbox,
  .style_a .wrap1400 .li .imgbox {
    width: 100%;
    float: none!important;
  }
  .style_a .wrap1400 .li .textbox {
    margin-top: 20px;
  }
  .style_a .wrap1400 .li .textbox .tlbox {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .style_a .wrap1400 .li .textbox .tlbox .tl {
    margin-bottom: 10px;
  }
  .style_a .wrap1400 .li .textbox .tlbox .te {
    padding-right: 0;
  }
  .style_a .wrap1400 .li .imgbox .circle {
    display: none;
  }
  .style_a .wrap1400 .li .imgbox .img {
    width: 100%;
    position: static;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  .campus_a {
    padding-bottom: 50px;
  }
  .campus_a .join-ul li .title .td {
    font-size: 14px;
  }
  .campus_a .join-ul li .title .td:nth-child(1) {
    padding-left: 10px;
    font-size: 14px;
  }
  .campus_a .join-ul li .title .td:nth-child(4) {
    padding-right: 10px;
  }
  .campus_a .join-ul li .title .td:nth-child(3),
  .campus_a .join-ul li .title .td:nth-child(5) {
    display: none;
  }
  .campus_a .join-ul li .content {
    padding: 0;
  }
  .campus_a .join-ul li .content .top {
    padding: 15px 0;
  }
  .campus_a .join-ul li .content .top span {
    font-size: 14px;
    margin-right: 10px;
    line-height: 24px;
  }
  .campus_a .join-ul li .content .detail {
    padding: 15px 0;
  }
}
